home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 5 / perch.zip / MANUAL.TXT < prev    next >
Text File  |  1987-09-12  |  19KB  |  531 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.                          Purchase Order System
  13.                          ---------------------
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.                               Version 3.0
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.                           Copyright (C) 1987
  34.  
  35.  
  36.                            (User-Supported)
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.                           Ronald Bryan Byxbe
  48.                          4594 Providence Place
  49.                         New Orleans, LA  70126
  50.  
  51.  
  52.                                   Forward
  53.                                   -------
  54.  
  55.                            Purchase Order System
  56.                            ---------------------
  57.  
  58.     This Program was written under the "ShareWare" concept.  You are free to
  59.     copy this program and share it with others.  If you like the program and
  60.     find it useful you are asked to send a donation to the author and register
  61.     your copy.  Upon receipt of the requested donation you will receive full
  62.     user support and any additional documentation that is needed to run the
  63.     system.
  64.  
  65.     Ronald Byxbe makes no warranty of any kind, express or implied, and will
  66.     not be liable for any damages, whether direct, indirect, special, or
  67.     consequential arising from a failure of this program to operate in the
  68.     manner desired by the user, nor will be liable for any damage to data
  69.     or property which may be caused directly or indirectly by use of this
  70.     program.
  71.  
  72.     To register your program send $45.00 to:
  73.  
  74.                             Ronald Bryan Byxbe
  75.                            4594 Providence Place
  76.                           New Orleans, LA  70126
  77.  
  78.     =========================================================================
  79.  
  80.  
  81.  
  82.     Mail to:   Ronald Bryan Byxbe
  83.                4594 Providence Place
  84.                New Orleans, LA  70126
  85.  
  86.  
  87.                Program Name:  (Purchase Order System)
  88.  
  89.                Version No.     3.0
  90.  
  91.                Amount         $_________
  92.  
  93.                Where did you get a copy of this program?
  94.  
  95.                ___________________________________________________________
  96.  
  97.  
  98.                Comments:  ________________________________________________
  99.  
  100.                ___________________________________________________________
  101.  
  102.                ___________________________________________________________
  103.  
  104.                ___________________________________________________________
  105.  
  106.                                Table of Contents
  107.                                -----------------
  108.  
  109.            0.0  Installation
  110.                   0.1  Config.SYS
  111.                   0.2  Ansi.SYS
  112.                   0.3  Install Procedures
  113.                   0.4  Program Execution
  114.                   0.5  Data Files
  115.                   0.6  Index Files
  116.  
  117.            1.0  System Menu
  118.                   1.1  Edit System
  119.                        1.1.1  Change Company Name
  120.                        1.1.2  Change Beginning P/O #
  121.                        1.1.3  Change Printer Codes
  122.                   1.2  Create New Data Files
  123.                   1.3  Rebuild File Indexes
  124.  
  125.            2.0  Vendor Menu
  126.                   2.1  Create New Vendor Account
  127.                   2.2  Edit Vendor Account
  128.                   2.3  Delete Vendor Account
  129.                   2.4  Browse Vendor Accounts
  130.                   2.5  Print Vendor Master List
  131.  
  132.            3.0  Item Description Menu
  133.                   3.1  Create New Item Description
  134.                   3.2  Edit Item Description
  135.                   3.3  Delete Item Description
  136.                   3.4  Browse Item Descriptions
  137.                   3.5  Print Item Description Report
  138.  
  139.            4.0  Purchases Menu
  140.                   4.1  Enter Purchase Orders
  141.                   4.2  Edit Purchase Orders
  142.                   4.3  Print Purchase Orders
  143.                   4.4  Finalize Purchase Orders
  144.  
  145.            5.0  Maintenance Menu
  146.                   5.1  View Purchase Transactions
  147.                   5.2  Clear Purchases Received
  148.                   5.3  Delete All Cleared
  149.  
  150.            6.0  Reports Menu (Outstanding Purchases)
  151.                 6.1  By Vendor Name
  152.                 6.2  By Ship To Name
  153.  
  154.            7.0  I/O Errors
  155.     0.0  Installation
  156.     ------------------------------------------------------------------------
  157.     0.1  Config.SYS
  158.          You must have a Config.SYS file on you boot disk or in your
  159.          root directory if you have a hard disk.  The Config.SYS file
  160.          must have the following commands:
  161.  
  162.                  FILES=20     (May be higher)
  163.                  BUFFERS=20   (May be higher)
  164.  
  165.          This file has been supplied on the Purchase Order Disk if you
  166.          wish to examine it.
  167.  
  168.     0.2  Ansi.SYS
  169.          The file ANSI.SYS should also be part of your Config.SYS file.
  170.          The command is:  Device=ANSI.SYS
  171.  
  172.     0.3  Install Procedures
  173.          0.3.1  Floppy Disk
  174.                 Make a backup copy of the Purchase Order Disk.
  175.                 Format a blank diskette for a DATA Disk
  176.  
  177.          0.3.2  Hard Disk
  178.                 Copy the files to your hard disk.
  179.  
  180.     0.4  Program Execution
  181.  
  182.          0.4.1 Floppy Diskette Systems:
  183.          Modify your AUTOEXEC.BAT File to include the following command.
  184.          This will tell the program where to find its Overlay FIles.
  185.  
  186.             SET PUROVR=A:
  187.  
  188.          Place Program Disk in Drive A: 
  189.          Place Data Disk in Drive B:
  190.          From Drive B: type A:PURCHASE <enter>
  191.        
  192.          0.4.2 Hard Disk System:
  193.          Type  Purchase <enter>
  194.          If you wish to run multiple data files in different subdirectories
  195.          you must place the following statements in your AUTOEXEC.BAT File.
  196.  
  197.               PATH C:\PURCHASE          <- name of your program directory
  198.               SET PUROVR=C:\PURCHASE    <- location of Overlay FIles
  199.  
  200.          Log on to your DATA subdirectory or diskette drive and type
  201.          PURCHASE <enter> NEW data files will then be created.
  202.  
  203.          To use the Automatic Execution function simply press the  F1 Key.
  204.          To turn it off Press the F1 Key again.  Otherwise, place the cursor
  205.          bar over the desired option and press enter.
  206.  
  207.          If this is the first installation of this system then the
  208.          Edit System menu will appear.   See 1.1 Edit System.
  209.  
  210.     0.5  Data Files
  211.          All necessary data files will be created upon execution
  212.          if they do not exist.
  213.  
  214.     0.6  Index Files
  215.          An option is supplied on the System menu for Re-Indexing
  216.          Data Files.
  217.  
  218.     1.0  System Menu
  219.     ------------------------------------------------------------------------
  220.  
  221.     1.1  Edit System
  222.  
  223.          1.1.1  Change Company Name
  224.  
  225.                 This option allows you to change the name of your company.
  226.                 Enter the corrected name and press <Page Down>.
  227.  
  228.          1.1.2  Change Beginning Purchase Order Number
  229.  
  230.                 This option allows you to enter the beginning Purchase
  231.                 Order Number for your company.  Any number from 0 to
  232.                 32767 is valid.  When the P/O Number reaches 32767 it
  233.                 is automatically reset to 1.
  234.  
  235.          1.1.3  Change Printer Codes
  236.  
  237.                 This option is mandantory.  You must tell the system
  238.                 what codes are used to set your printer to condensed
  239.                 print.  You must also give to codes needed to cancel
  240.                 condensed print.  These codes can be found in your
  241.                 printer reference manual.  The condensed print codes
  242.                 are for 15cpi (15 characters per inch).  Most printers
  243.                 will allow the 10cpi (10 characters per inch) to cancel
  244.                 the condensed print mode.  If your printer allows 15cpi
  245.                 and 17cpi use the 15cpi codes.  If you have a wide
  246.                 carriage printer set these values to zero (0).
  247.  
  248.  
  249.     1.2  Create New Data Files
  250.  
  251.          This option allows you to create new data files.  Use this
  252.          command with caution.  All data files will be deleted and
  253.          recreated and any existing data will be Destroyed.  A flag
  254.          has been set to ask if you really want to do this.  If so
  255.          respond by saying yes and the system will create new data
  256.          files.  Otherwise, press <enter> and the system will return
  257.          to the Main Menu.
  258.  
  259.  
  260.     1.3  Rebuild Data File Indexes
  261.  
  262.          This option is used to rebuild all data file indexes.  You
  263.          may execute this option as often as you wish.  If you feel
  264.          that the system is not finding Vendors that have been entered
  265.          into the system then execute this option.
  266.  
  267.  
  268.  
  269.     2.0  Accounts Menu
  270.     ------------------------------------------------------------------------
  271.  
  272.     2.1  Create New Vendor Account
  273.  
  274.          This option allows the user to create a new vendor account.
  275.          If the vendor exists an error will be generated stating that
  276.          the vendor number is already in the file.  Issue a new vendor
  277.          number and rekey the vendor.  Use the <enter> key or the
  278.          <Page Down> to enter the record.  Use the <Esc> key to exit
  279.          without entering the vendor.
  280.  
  281.  
  282.     2.2  Edit Vendor Account
  283.  
  284.          This option allows the user to change information about a
  285.          vendor.  However, it does not allow you to change the vendor
  286.          number.  To do this you must first delete the vendor and
  287.          and then re-enter him under a new number.  Use the <F1> key
  288.          to select a particular vendor, the <Page Down> and <Page Up>
  289.          keys to step forward and backwards thru the file.  Use the
  290.          <Esc> key to abort editing.
  291.  
  292.  
  293.     2.3  Delete Vendor Account
  294.  
  295.          This option allows the user to delete vendor records from
  296.          the vendor file.  Use the <F1> key to select a particular
  297.          vendor, the <Page Down> and <Page Up> keys to step forward
  298.          and backwards thru the file.  To delete a vendor enter
  299.          the letter 'Y' and press <enter>.
  300.  
  301.          HOWEVER, delete vendors with caution.  If any transactions
  302.          are still outstanding in the transaction file they will
  303.          exist without a vendor header.  It is best to wait for
  304.          an extended period of time before deleting a vendor from
  305.          the vendor file.
  306.  
  307.     2.4  Browse Vendor Account
  308.  
  309.          This option allows the user to browse through the vendor file
  310.          displaying the vendor number, vendor name, and vendor telephone
  311.          number.  The <F1> key will allow the user to select a particular
  312.          vendor number to be displayed first.  The <Page Down> and
  313.          <Page Up> keys allow forward and backward browsing.  Use the
  314.          <Esc> key to exit the browse function.
  315.  
  316.  
  317.     2.5  Print Vendor Master List
  318.  
  319.          This option allows the user to print a hard copy of all the
  320.          vendors in the vendor file.  All information is printed.
  321.          The list is printed on  8 1/2" x 11"  standard with paper.
  322.  
  323.  
  324.     3.0  Item Description Menu
  325.     ------------------------------------------------------------------------
  326.  
  327.     3.1  Create New Item Description
  328.  
  329.          This option allows the user to create a new Item Description.
  330.          If the Item exists an error will be generated stating that
  331.          the Item number is already in the file.  Issue a new Item
  332.          number and rekey the Item.  Use the <enter> key or the
  333.          <Page Down> to enter the record.  Use the <Esc> key to exit
  334.          without entering the Item Description.
  335.  
  336.  
  337.     3.2  Edit Item Description
  338.  
  339.          This option allows the user to change information about an
  340.          Item.  However, it does not allow you to change the Item
  341.          number.  To do this you must first delete the Item and
  342.          and then re-enter it under a new number.  Use the <F1> key
  343.          to select a particular Item, the <Page Down> and <Page Up>
  344.          keys to step forward and backwards thru the file.  Use the
  345.          <Esc> key to abort editing.
  346.  
  347.  
  348.     3.3  Delete Item Description
  349.  
  350.          This option allows the user to delete Item records from
  351.          the Item file.  Use the <F1> key to select a particular
  352.          Item, the <Page Down> and <Page Up> keys to step forward
  353.          and backwards thru the file.  To delete an Item enter
  354.          the letter 'Y' and press <enter>.
  355.  
  356.  
  357.     3.4  Browse Item Description
  358.  
  359.          This option allows the user to browse through the Item file
  360.          displaying all information in the Item Description File.
  361.          The <F1> key will allow the user to select a particular
  362.          Item number to be displayed first.  The <Page Down> and
  363.          <Page Up> keys allow forward and backward browsing.  Use the
  364.          <Esc> key to exit the browse function.
  365.  
  366.  
  367.     3.5  Print Item Description Report
  368.  
  369.          This option allows the user to print a hard copy of all the
  370.          Items in the Item file.  All information is printed.
  371.          The list is printed on  8 1/2" x 11"  standard with paper.
  372.  
  373.  
  374.  
  375.     4.0  Purchases Menu
  376.     ------------------------------------------------------------------------
  377.  
  378.     4.1  Enter Purchase orders
  379.  
  380.          Use this option to enter all purchase orders.  Purchase orders
  381.          can be entered at any time.  You may exit the program, return
  382.          and continue at a later time.
  383.  
  384.          If a Vendor Code has been entered that does not exist in the
  385.          vendor master file and error will occur.  You can either
  386.          EXIT and create the vendor account or press the space bar
  387.          and re-enter the Vendor Code.
  388.  
  389.          The Item information will be automatically entered if you
  390.          have created an Item Description for the Item Number that
  391.          you enter.
  392.  
  393.  
  394.     4.2  Edit Purchase orders
  395.  
  396.          Use this option to make changes to purchase orders.  You must
  397.          make all changes before executing the finalize command.
  398.          Use the <F1> key to select a particular purchase order.
  399.  
  400.  
  401.     4.3  Print Purchase Orders
  402.  
  403.          Use this option to print purchase orders.  Purchase orders
  404.          are printed on plain  8 1/2" x 11"  paper.  If a mistake
  405.          is made you can reprint the purchase orders before you
  406.          finalize them to the transaction file.
  407.  
  408.  
  409.     4.4  Finalize Purchase Orders
  410.  
  411.          You MUST execute this option after you have printed the purchase
  412.          orders.  This option will post all purchase order transactions
  413.          to the transaction file.  After the finalize is complete the
  414.          system will reset the purchase order file to null. (Empty).
  415.  
  416.  
  417.  
  418.     5.0  Maintenance Menu
  419.     ------------------------------------------------------------------------
  420.  
  421.     5.1 View Purchase Transactions
  422.  
  423.          This option allows the user to browse through the purchase
  424.          orders that have been sent out.
  425.  
  426.          Keys:  F1         Used to Find a particular Purchase Order
  427.                 F2         Used to see the Status of the Purchase Order
  428.                 Page Up    Used to Step back one Purchase Order
  429.                 Page Down  Used to Step forward one Purchase Order
  430.                 ESC        Used to Exit
  431.  
  432.  
  433.     5.2  Clear/UnClear Purchases Received
  434.  
  435.          This option is used to clear the purchase transactions once
  436.          the item has been received.
  437.  
  438.          The transaction will appear on the screen.  To browse simply
  439.          press the ENTER key and the next transaction for that Purchase
  440.          Order will appear on the screen.
  441.  
  442.          Information is given as to the status of the transaction.  It
  443.          will display 'OPEN' or 'CLEARED'.  Open means that the Purchase
  444.          transaction is still outstanding.  Cleared means that it has
  445.          been received.
  446.  
  447.          To clear a transaction press the F9 Key.  This key will also
  448.          UNCLEAR a transaction that has been previously cleared.
  449.  
  450.          The sounding of the BELL means that there are no more transactions
  451.          for this Purchase Order.
  452.  
  453.          Keys:  F1         Used to Find a particular Purchase Order
  454.                 Page Up    Used to Step back one Purchase Order
  455.                 Page Down  Used to Step forward one Purchase Order
  456.                 ESC        Used to Exit
  457.                 F9         Used to CLEAR/UNCLEAR a transaction
  458.                 Enter      Used to step forward one transaction
  459.  
  460.  
  461.     5.3  Delete All Cleared
  462.  
  463.          This option is used to delete all Purchase Orders that
  464.          have been received and cleared.  The system will ask you
  465.          a date.  Enter the date in which you wish all prior Purchases
  466.          deleted.  Example:  If you wanted to delete all Purchases
  467.          prior to January 1, 1987 then enter 01/01/87.  This would
  468.          delete all transactions up to and including December 31, 1986.
  469.  
  470.          Once a Purchase Order has been deleted it is gone forever.
  471.  
  472.  
  473.  
  474.     6.0  Reports Menu
  475.     ------------------------------------------------------------------------
  476.  
  477.     6.1  Print OutStanding Purchases By Vendor Name
  478.  
  479.          This option will print outstanding purchase transactions by
  480.          Vendor Name.
  481.  
  482.  
  483.     6.2  Print OutStanding Purchases by Ship To Name
  484.  
  485.          This option will print cleared purchase transactions by
  486.          the Person Shipped To.
  487.  
  488.  
  489.    *  You can terminate printing at any time by pressing any key.
  490.  
  491.  
  492.     7.0  I/O Errors
  493.     ------------------------------------------------------------------------
  494.     I/O Error  01   =  File does not Exist.
  495.  
  496.          Check to see if all files are on the disk.  If not copy them
  497.          from the master disk.
  498.  
  499.     I/O Error 153   =  Unexpected end-of-file.
  500.  
  501.          You have either filled up the disk or you have a bad sector
  502.          on the disk.  If you are using a diskette then format a new
  503.          diskette and copy all the files to the new diskette.
  504.          ** Use the COPY command - not DISKCOPY
  505.  
  506.     I/O Error 241   =  Directory is full.
  507.  
  508.          You have too many files in the disk directory.
  509.  
  510.     I/O Error 242   =  Disk write error.  Disk is full.
  511.  
  512.     I/O Error 243   =  Too many files open.
  513.  
  514.          You have too many files open.  Check you BOOT disk and be
  515.          sure you have a CONFIG.SYS file.  This file should have
  516.          the following statements:
  517.  
  518.                FILES=20
  519.                BUFFERS=20
  520.  
  521.          If this file does not exist then create it using any text
  522.          processor.  Place it on your BOOT disk and then REBOOT the
  523.          computer.
  524.  
  525. RUN-TIME ERRORS.
  526.  
  527.     Run-time Error 240   =  Overlay file not found.
  528.  
  529.          Check the disk and make sure that the file PURCHASE.000
  530.          is on the disk. If not copy it from your diskette.
  531.